Params

interface Params

The parameters of the VerifyCertificateCallback.

Functions

Link copied to clipboard
Returns the certificate that is requested to be verified.
Link copied to clipboard
open fun host(): Host
Returns the host name of the SSL server that requests the certificate verification.
Link copied to clipboard
Returns the list of intermediate certificates in the chain of the validated certificate.
Link copied to clipboard
Returns the list of errors found by the default SSL certificate verifier.
Link copied to clipboard
open fun verificationStatuses(): List<CertVerificationStatus>
Returns the list of error codes found by the default SSL certificate verifier.